From b15e0dd802bee0657e0774090b3ab3a51dd4e0f4 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Thu, 8 Feb 2007 21:36:35 +0000 Subject: [PATCH] Fix non-x86 build. --- tools/misc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/misc/Makefile b/tools/misc/Makefile index dce732f273..35abbbf08f 100644 --- a/tools/misc/Makefile +++ b/tools/misc/Makefile @@ -9,7 +9,9 @@ CFLAGS += $(INCLUDES) HDRS = $(wildcard *.h) -TARGETS = xenperf xc_shadow xen-detect +TARGETS-y := xenperf xc_shadow +TARGETS-$(CONFIG_X86) += xen-detect +TARGETS := $(TARGETS-y) INSTALL_BIN = $(TARGETS) xencons INSTALL_SBIN = netfix xm xen-bugtool xen-python-path xend xenperf -- 2.30.2